home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJTST111.ZIP / tests / t04.s < prev    next >
Text File  |  1993-06-25  |  276b  |  18 lines

  1. /* comment */
  2.  
  3.     .text            # comment
  4.     
  5.     movl    $4,%eax        /* comment */
  6.     movl    $ ( 4 ) , %eax    /* comment */
  7.     movl    %eax,(%eax,%eax,2)
  8.     movl    %eax,(%ebp,%eax,8)
  9.     movl    %eax,(%ecx,%ebp,4)
  10.     movl    %eax,456789(%eax,%eax,4)
  11.     movl    %eax,4(%eax,%eax,1)
  12.     nop
  13.     nop
  14.     nop
  15.     nop
  16.     nop
  17.     
  18.